.box {
  max-width: 1366px;
}
body {
  padding-top: 100px;
  background: #f5f5f5;
  overflow-x: hidden;
}
.news {
  margin: 0 0 50px;
}
.news .box {
  background: #fff;
  padding: 65px 40px;
}
.news .box .top {
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}
.news .box .top h2 {
  color: #249276;
  font-size: 26px;
}
.news .box .top span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
    text-transform: uppercase;
}
.news .box .news-main {
  width: 100%;
  padding-top: 40px;
}
.news .box .news-main .news-title {
  text-align: center;
}
.news .box .news-main .news-title h2 {
  color: #1a1a1a;
  font-size: 20px;
}
.news .box .news-main .news-title .tips {
  justify-content: center;
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px;
}

.news .box .news-main .news-title .tips::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background: #249276;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
}

.news .box .news-main .news-title .tips span {
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  margin: 0 15px;
  line-height: 2;
}
.news .box .news-main .news-title .tips span:nth-child(1) {
  background: url(../images/news-main/3.jpg) center left no-repeat;
}
.news .box .news-main .news-title .tips span:nth-child(2) {
  background: url(../images/news-main/4.jpg) center left no-repeat;
}
.news .box .news-main .news-title .tips span:nth-child(3) {
  background: url(../images/news-main/5.jpg) center left no-repeat;
}
.news .box .news-main .news-content {
  width: 770px;
  margin: 30px auto 0;    line-height: 30px;
      text-align: justify!important;
}
.news .box .news-main .news-content p {
  line-height: 30px;
  color: #1f1f1f;
  font-size: 14px;
 
}
.news .box .news-main .news-content .img-wrap {
  margin: 30px 0;
  width: 100%;
}
.news .box .news-main .news-content .img-wrap img {
  width: 100%;
}
.news .box .news-main .news-content .img-wrap h2 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.news .box .news-main .news-bom {
  width: 770px;
  margin: 40px auto 0;
  padding-top: 40px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
}
.news .box .news-main .news-bom > a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 20px;
  transition: all .6s;
}
.news .box .news-main .news-bom > a:hover {
  background: #249276;
  color: #fff;
}
.news .box .news-main .news-bom .left {
  align-items: center;
}
.news .box .news-main .news-bom .left a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/about/17.png) center center no-repeat;
  margin-right: 20px;
  transition: all .6s;
}
.news .box .news-main .news-bom .left a:hover {
  background: url(../images/about/19.png) center center no-repeat;
}
.news .box .news-main .news-bom .left span {
  color: #666;
  font-size: 14px;
}
.news .box .news-main .news-bom .right {
  align-items: center;
}
.news .box .news-main .news-bom .right a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/about/18.png) center center no-repeat;
  margin-left: 20px;
  transition: all .6s;
}
.news .box .news-main .news-bom .right a:hover {
  background: url(../images/about/20.png) center center no-repeat;
}
.news .box .news-main .news-bom .right span {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1200px) {

  body {
    padding-top: 0;
  }
  .box {
    width: 90%;
  }
  .news {
    margin-top: 0;
    padding-top: 100px;
  }
  .news .box {
    padding: 20px;
  }
  .news .box .top {
    padding-bottom: 20px;
  }
  .news .box .top h2 {
    font-size: 20px;
  }
  .news .box .news-main .news-title h2 {
    font-size: 16px;
  }
  .news .box .news-main .news-title .tips {
    flex-flow: row wrap;
  }
  .news .box .news-main .news-title .tips span {
    margin-bottom: 10px;
  }
  .news .box .news-main .news-content {
    width: 100%;
        text-align: justify!important;
  }
  .news .box .news-main .news-bom {
    width: 100%;
  }
  .news .box .news-main .news-bom > a {
    width: 100px;
  }
}

@media (max-width: 1200px) {

  .news{padding-top: 30px;}



  
}
